CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - pca c

搜索资源列表

  1. adc

    0下载:
  2. 8051f c程序 ADC DAC PCA DS1302 18B20 12864液晶-8051f c procedures for ADC DAC PCA DS1302 18B20 12864 LCD
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:3196
    • 提供者:李炳霖
  1. part5-src

    0下载:
  2. 計算特徵面利用C和Opencv實作,此程式可用來辨認人臉基於PCA-For proper surface use C implementation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:162918
    • 提供者:cheng yun-ting
  1. C8051F040_c

    0下载:
  2. C8051F040单片机C编程的多个实例,包括CAN总线,SMBUS,SPI,UART,TIMERS,PCA,LCD,ADC,DAC,-C8051F040 microcontroller C programming multiple instances, including the CAN bus, SMBUS, SPI, UART, TIMERS, PCA, LCD, ADC, DAC, etc.
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:438875
    • 提供者:历程
  1. alglib-2.6.0.cpp

    0下载:
  2. alglib是一套跨平台并且用多语言实现的通用数值计算和数值处理库,例如,其分别用Java、C++、Pascal等分别实现了功能和接口相同的库。系统中包含了矩阵运算、傅立叶变换、PCA、KMean等的实现。-alglib--a numeric and data processing library which is cross platforms and languages.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-09
    • 文件大小:1066552
    • 提供者:银石
  1. pcakpca

    0下载:
  2. 这是我的毕业设计,是一个有关PCA与KPCA对数据进行处理提取其特征的程序,采用C++与MATLAB设计而成。-This is my graduation project, a PCA and KPCA on the data processing procedures for extracting the features using C++ and MATLAB design from.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:862306
    • 提供者:gangge
  1. key

    0下载:
  2. 键盘扫描(例程: pcacp.c) 摘要:这部分程序是通过PCA来捕捉下降沿变化,来实现对板子上D2/D3两个LED进行控制。 具体操作:在IDE环境下对F340_example\F340_key\pcacp.c文件进行编译、下载、运行, 其中S4、S3分别对D2进行取反控制,S2、S1分别对D3进行取反控制。-Keyboard scan (routine: pcacp.c) Abstract: This part of the program is falling through
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:22556
    • 提供者:neuprince
  1. EE4208_FaceRecog_ZhaoJian_v1

    0下载:
  2. The article demonstrates face detection SSE optimized C++ library for color and gray scale data with skin detection, motion estimation for faster processing, small sized SVM and NN rough face prefiltering, PCA/LDA/ICA/any dimensionality reduction/pro
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2127308
    • 提供者:yy
  1. F41x_PCA0_8Bit_PWM_Output

    0下载:
  2. 单片机C8051F410的c语言程序,内含有PCA的8位PWM波可调占空比的程序-C-language program C8051F410 microcontroller, containing PCA 8-bit PWM duty cycle of the wave of adjustable program
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-03
    • 文件大小:2443
    • 提供者:yingmingcai
  1. linequ

    0下载:
  2. 高斯列主元消去法的c++源码 用以计算线性方程的解-Gaussian elimination of the PCA column c++ source code used to calculate the linear equation
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1792
    • 提供者:jack
  1. PCACAPTUREtest

    0下载:
  2. 本程序开发环境为keil,编写语言为c。运行环境为c8051F340,其主要功能为用PCA定时,以及发生PWM波形。-The program development environment for keil, written language is c. Operating environment for the c8051F340, its main function is to use PCA timing, and the PWM waveform.
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:6622
    • 提供者:epimetheus
  1. CMatrix

    0下载:
  2. 对称矩阵相关元算,主成分分析(PCA), fisher discriminant analysis(FDA).,-Introduction ============ This is a class for symmetric matrix related computations. It can be used for symmetric matrix diagonalization and inversion. If given the covariance matrix,
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:63729
    • 提供者:
  1. pca1

    0下载:
  2. PCA Process in C++ provided by Sujith K R
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:1496
    • 提供者:Suban
  1. sift

    0下载:
  2. 1 SIFT 发展历程 SIFT算法由D.G.Lowe 1999年提出,2004年完善总结。后来Y.Ke将其描述子部分用PCA代替直方图的方式,对其进行改进。 2 SIFT 主要思想 SIFT算法是一种提取局部特征的算法,在尺度空间寻找极值点,提取位置,尺度,旋转不变量。 3 SIFT算法的主要特点: a) SIFT特征是图像的局部特征,其对旋转、尺度缩放、亮度变化保持不变性,对视角变化、仿射变换、噪声也保持一定程度的稳定性。 b) 独特性(Distinctive
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2831737
    • 提供者:李青彦
  1. PPCAALDAVCCcoC

    0下载:
  2. PCA+LDA的图像识别算法Vissual C封装类,可用于模式识别等 -PCA+LDA image recognition-algorithm Vissual C wrapper class can be used for pattern recognition
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:3517
    • 提供者:bl
  1. UPCAA_faceRees

    0下载:
  2. 用Visual C++实现的人脸识别Demo程序源码。Adabooost实现人脸检测,PCA特征提取。 -Face Recognition Demo Visual C++ achieve program source code. Adabooost face detection, PCA feature extraction.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:188920
    • 提供者:mx
  1. FaceRecognise

    0下载:
  2. 一个用C++编写的基于PCA算法的人脸识别系统。-The written a C++ algorithm based on PCA face recognition system.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-28
    • 文件大小:13965051
    • 提供者:甘庆鹏
  1. the-Gaussian-elimination-method

    0下载:
  2. 列主元高斯消去法的C语言程序,用来求解线性方程组。在VS2010上编写,已调试通过。-Out PCA Gaussian elimination method C language program, is used to solve linear equations. Written in VS2010 debugging through.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-04
    • 文件大小:12928
    • 提供者:xiaoqiang
  1. gauss-cPP

    0下载:
  2. 列主元高斯消元法,用C++写的,是PDF文件,但是代码内容是文本形式,可以复制-Out PCA Gaussian elimination with C++ written a PDF file, but the code text form can be copied
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-03
    • 文件大小:23143
    • 提供者:韩江
  1. FaceRecognition

    0下载:
  2. 经典的PCA人脸识别算法,C++源代码都是我自己写的,第一次上传,写得不好的地方请多多指教。已经经过我的多次测试和观察数据,代码运行正常,下载之后只要配置好opencv即可。 -The classic PCA face recognition algorithm, C++ source code I wrote it myself, the first upload, poorly written exhibitions. I have passed many tests and observa
  3. 所属分类:OpenCV

    • 发布日期:2017-11-14
    • 文件大小:17444864
    • 提供者:lu
  1. shuzhifenxi

    0下载:
  2. 数值分析课程中代码的C++实现,主要有Gauss,高斯赛德尔消去法,jacobi行列式,朗格朗日插值、列主元高斯消去等。-Numerical analysis course code C++ implementation, mainly the Gauss the the high Sisaideer elimination, jacobi determinant Lang Gelang interpolation out PCA Gaussian elimination.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-07
    • 文件大小:941280
    • 提供者:Maple
« 1 2 3 4 5 6 78 9 »
搜珍网 www.dssz.com